home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / JX9500PS.PP_ / jx9500ps.ppd
Text File  |  1996-04-25  |  11KB  |  329 lines

  1. *% PostScript printer description file for "Sharp JX-9500PS" version 1.0
  2. *%
  3. *% <28/4/92> - paulmcb
  4. *% Added second paper source for Sharp JX-9500
  5. *% 
  6. *FormatVersion: "2.0"
  7. *FileVersion: "1.0"
  8. *LanguageVersion: English
  9.  
  10. *Product: "9500PS"
  11. *PSVersion: "(1.0) 1"
  12. *NickName: "Sharp JX-9500PS"
  13.  
  14. *% General Information and Defaults ===============
  15. *ColorDevice: False
  16. *FileSystem: True
  17. *?FileSystem: "
  18. save statusdict begin
  19.     (False) /diskstatus where{
  20.         pop diskstatus exch pop 0 ne {pop (True)} if
  21.     }if = flush
  22. end restore
  23. "
  24. *End
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "serverdict begin exitserver"
  28. *FreeVM: "434204"
  29. *Reset: "
  30. serverdict begin 0 exitserver
  31. systemdict /quit get exec
  32. (WARNING : Printer Reset Failed.) = flush
  33. "
  34. *End
  35. *VariablePaperSize: False
  36.  
  37. *DefaultResolution: 300dpi
  38. *?Resolution: "
  39. save
  40.   initgraphics
  41.   0 0 moveto currentpoint matrix defaultmatrix transform
  42.   0 72 lineto currentpoint matrix defaultmatrix transform
  43.   3 -1 roll sub dup mul
  44.   3 1 roll exch sub dup mul
  45.   add sqrt round cvi
  46.   (          ) cvs print (dpi) = flush
  47. restore
  48. "
  49. *End
  50.  
  51. *% Halftone Information ===============
  52. *ScreenFreq: "60.0"
  53. *ScreenAngle: "45.0"
  54. *DefaultScreenProc: Dot
  55. *ScreenProc Dot: "
  56. {dup mul exch dup mul add 1.0 exch sub }
  57. "
  58. *End
  59. *ScreenProc Line: "{ pop }"
  60. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  61.  
  62. *DefaultTransfer: Null
  63. *Transfer Null: "{ }"
  64. *Transfer Null.Inverse: "{ 1 exch sub }"
  65. *Transfer Normalized: "{ }"
  66. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  67.  
  68. *% Paper Handling ===================
  69.  
  70. *% Use these entries to set paper size most of the time, unless there is
  71. *% specific reason to use PageRegion or PaperTray.
  72. *DefaultPageSize: A4
  73. *PageSize Letter: "statusdict begin lettertray end"
  74. *PageSize Legal: "statusdict begin legaltray end"
  75. *PageSize A4: "statusdict begin a4tray end"
  76. *PageSize B5: "statusdict begin b5tray end"
  77. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  78. *PageSize A4Small: "statusdict begin a4tray a4small end"
  79. *?PageSize: "
  80.  save statusdict begin
  81.  /papersize where{ pop
  82.   12 dict begin
  83.    /lettertray (Letter) def /legaltray (Legal) def
  84.    /11x17tray (Tabloid) def /ledgertray (Ledger) def
  85.    /a3tray (A3) def /a4tray (A4) def
  86.    /a5tray (A5) def /b4tray (B4) def
  87.    /b5tray (B5) def /executivetray (Executive) def
  88.    papersize {
  89.      {load exec} stopped not{= flush}if
  90.    }{
  91.      {load exec} stopped not{print (.Transverse) = flush}if
  92.    }ifelse
  93.   end
  94.  }{
  95.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  96.  }ifelse
  97.  end restore
  98. "
  99. *End
  100.  
  101. *% These entries will set up the frame buffer. Usually used with manual feed.
  102. *DefaultPageRegion: A4
  103. *PageRegion Letter: "letter"
  104. *PageRegion Legal: "legal"
  105. *PageRegion Note: "note"
  106. *PageRegion A4: "a4"
  107. *PageRegion B5: "b5"
  108. *PageRegion LetterSmall: "lettersmall"
  109. *PageRegion A4Small: "a4small"
  110.  
  111. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  112. *% These errors should be trapped by software and a message displayed
  113. *DefaultPaperTray: None
  114. *PaperTray Letter: "statusdict begin lettertray end"
  115. *PaperTray Legal: "statusdict begin legaltray end"
  116. *PaperTray A4: "statusdict begin a4tray end"
  117. *PaperTray B5: "statusdict begin b5tray end"
  118.  
  119. *% The following entries provide information about specific paper keywords.
  120. *DefaultImageableArea: Letter
  121. *ImageableArea Letter: "15 8 597 784 "
  122. *ImageableArea Legal: "15 8 597 1000 "
  123. *ImageableArea Note: "31 31 583 761 "
  124. *ImageableArea A4: "13 10 577 832 "
  125. *ImageableArea B5: "21 10 500 715 "
  126. *ImageableArea LetterSmall: "31 31 583 761 "
  127. *ImageableArea A4Small: "27 31 567 811 "
  128. *?ImageableArea: "
  129.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  130.   newpath clippath pathbbox
  131.   4 -2 roll exch 2 {ceiling cvp} repeat
  132.   exch 2 {floor cvp} repeat flush
  133.  restore
  134. "
  135. *End
  136.  
  137. *% These provide the physical dimensions of the paper (by keyword)
  138. *DefaultPaperDimension: A4
  139. *PaperDimension Letter: "612 792"
  140. *PaperDimension Legal: "612 1008"
  141. *PaperDimension Note: "612 792"
  142. *PaperDimension A4: "595 842"
  143. *PaperDimension B5: "516 729"
  144. *PaperDimension LetterSmall: "612 792"
  145. *PaperDimension A4Small: "595 842"
  146.  
  147. *DefaultOutputBin: Upper
  148. *DefaultInputSlot: Upper
  149.  
  150. *% ********* Added 2nd paper input source - paulmcb ***********
  151.  
  152. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  153. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  154. *?InputSlot: "
  155.  save statusdict begin
  156.   2 dict begin
  157.    /0 (Upper) def
  158.    /1 (Lower) def
  159.    papertray
  160.      {( ) cvs cvn load exec} stopped not{= flush}if
  161.    end
  162.   end restore
  163. "
  164. *%                   ********** End Add *************
  165.  
  166. *DefaultManualFeed: False
  167. *?ManualFeed: "statusdict /manualfeed get
  168.  {(True)}{(False)}ifelse = flush"
  169. *End
  170. *ManualFeed True: "statusdict begin /manualfeed true store end"
  171. *ManualFeed False: "statusdict begin /manualfeed false store end"
  172.  
  173. *DefaultOutputOrder: Normal
  174.  
  175.  
  176. *DefaultCollator: None
  177. *DefaultSorter: None
  178. *DefaultDuplex: None
  179.  
  180. *% Font Information =====================
  181.  
  182. *DefaultFont: Courier
  183. *Font AvantGarde-Book: Standard "(001.001)"
  184. *Font AvantGarde-BookOblique: Standard "(001.001)"
  185. *Font AvantGarde-Demi: Standard "(001.001)"
  186. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  187. *Font Bookman-Demi: Standard "(001.001)"
  188. *Font Bookman-DemiItalic: Standard "(001.001)"
  189. *Font Bookman-Light: Standard "(001.001)"
  190. *Font Bookman-LightItalic: Standard "(001.001)"
  191. *Font Courier: Standard "(001.004)"
  192. *Font Courier-Bold: Standard "(001.004)"
  193. *Font Courier-BoldOblique: Standard "(001.004)"
  194. *Font Courier-Oblique: Standard "(001.004)"
  195. *Font Helvetica: Standard "(001.001)"
  196. *Font Helvetica-Bold: Standard "(001.001)"
  197. *Font Helvetica-BoldOblique: Standard "(001.001)"
  198. *Font Helvetica-Narrow: Standard "(001.000)"
  199. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  200. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  201. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  202. *Font Helvetica-Oblique: Standard "(001.001)"
  203. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  204. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  205. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  206. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  207. *Font Palatino-Bold: Standard "(001.000)"
  208. *Font Palatino-BoldItalic: Standard "(001.000)"
  209. *Font Palatino-Italic: Standard "(001.000)"
  210. *Font Palatino-Roman: Standard "(001.000)"
  211. *Font Symbol: Special "(001.001)"
  212. *Font Times-Bold: Standard "(001.001)"
  213. *Font Times-BoldItalic: Standard "(001.001)"
  214. *Font Times-Italic: Standard "(001.001)"
  215. *Font Times-Roman: Standard "(001.001)"
  216. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  217. *Font ZapfDingbats: Special "(001.000)"
  218. *?FontQuery: "
  219. save  4 dict begin /sv exch def
  220. /str (fonts/                              ) def
  221. /st2 30 string def
  222. {
  223.   count 0 gt {
  224.     dup FontDirectory exch known {pop 1}{
  225.      str exch st2 cvs dup length /len exch def
  226.      6 exch putinterval str 0 len 6 add getinterval mark exch
  227.      { } st2 filenameforall counttomark 0 gt {
  228.       cleartomark 1}{cleartomark 0}ifelse
  229.     }ifelse = flush
  230.   }{ exit } ifelse
  231. } bind loop sv end restore
  232. "
  233. *End
  234.  
  235. *?FontList: "
  236. FontDirectory { pop == flush } forall 
  237. /filenameforall where { 
  238.  pop save (fonts/*) { 
  239.   dup length 6 sub 6 exch getinterval == flush 
  240.  } 128 string filenameforall restore
  241. } if 
  242. (*) = flush
  243. "
  244. *End
  245.  
  246. *% Printer Messages (verbatim from printer):
  247. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  248. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  249. *Message: "\FontName\ not found, using Courier"
  250.  
  251. *% Status (format: %%[ status: <one of these> ]%% )
  252. *Status: "idle"
  253. *Status: "busy"
  254. *Status: "waiting"
  255. *Status: "printing"
  256. *Status: "warming up"
  257. *Status: "PrinterError: timeout, clearing printer"
  258. *Status: "PrinterError: warming up"
  259. *Status: "PrinterError: service call"
  260. *Status: "PrinterError: paper entry misfeed"
  261. *Status: "PrinterError: no toner cartridge"
  262. *Status: "PrinterError: paper entry misfeed"
  263.  
  264. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  265. *Source: "serial9"
  266. *Source: "serial25"
  267. *Source: "AppleTalk"
  268.  
  269. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  270. *PrinterError: "timeout, clearing printer"
  271. *PrinterError: "warming up"
  272. *PrinterError: "service call"
  273. *PrinterError: "paper entry misfeed"
  274. *PrinterError: "no toner cartridge"
  275. *PrinterError: "paper entry misfeed"
  276.  
  277. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  278.  
  279. *% Color Separation Information =====================
  280.  
  281. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  282.  
  283. *InkName: ProcessCyan/Process Cyan
  284. *InkName: ProcessMagenta/Process Magenta
  285. *InkName: ProcessYellow/Process Yellow
  286. *InkName: ProcessBlack/Process Black
  287. *InkName: CustomColor/Custom Color
  288.  
  289. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  290. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  291. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  292. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  293. *ColorSepScreenAngle CustomColor.60lpi/60 lpi: "45"
  294.  
  295. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  296. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  297. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  298. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  299. *ColorSepScreenFreq CustomColor.60lpi/60 lpi: "60"
  300.  
  301. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  302. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  303. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  304. *End
  305. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  306. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  307. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  308. *End
  309. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  310. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  311. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  312. *End
  313. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  314. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  315. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  316. *End
  317. *ColorSepScreenProc CustomColor.60lpi/60 lpi: "
  318. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  319. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  320. *End
  321.  
  322. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  323. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  324. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  325. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  326. *ColorSepTransfer CustomColor.60lpi/60 lpi: "{ }"
  327.  
  328. *% end of PPD file for Sharp JX PS Series
  329.